home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto07.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  325 b   |  17 lines

  1. on exitFrame
  2.   global gPage, gOrgPage, gAuto
  3.   set gAuto to 0
  4.   set gPage to 7
  5.   set gOrgPage to gPage
  6.   updateStage()
  7.   set the visible of sprite 19 to 0
  8.   set the visible of sprite 20 to 1
  9.   initializationRoutines()
  10.   idle()
  11.   startlist("begin")
  12.   newlist()
  13.   puppetSound(0)
  14.   puppetSound("A07-1vox.wav")
  15.   go("pane1")
  16. end
  17.